}
static void
-gtk_text_view_move_cursor_internal (GtkTextView *text_view,
- GtkMovementStep step,
- gint count,
- gboolean extend_selection)
+gtk_text_view_move_cursor (GtkTextView *text_view,
+ GtkMovementStep step,
+ gint count,
+ gboolean extend_selection)
{
GtkTextViewPrivate *priv;
GtkTextIter insert;
gtk_text_view_pend_cursor_blink (text_view);
}
-static void
-gtk_text_view_move_cursor (GtkTextView *text_view,
- GtkMovementStep step,
- gint count,
- gboolean extend_selection)
-{
- gtk_text_view_move_cursor_internal (text_view, step, count, extend_selection);
-}
-
static void
gtk_text_view_move_viewport (GtkTextView *text_view,
GtkScrollStep step,